Thank you for downloading the latest Demo of the WRATH rpg game engine.
In this installment (0008), the font library is about 95% complete. The only things that aren't done is extensive debugging (But I think I all the bugs). I might add one or two more features if I can think of any, but according to my Design Document, this class is finished.

This demonstration showcases the abilities of the normal print routines (Like 0007) and adds a few new features such as:

    - Paragraph Drawing
    - DropCap drawing

I added a bunch of internal stuff to, like organizing the code better, but I don't suppose anyone cares about that eh?

There are 3 modes:
    - Normal Print
    - Paragraph Print
    - Dropcap Print


These commands are standard for every mode:

    To Switch Drawing modes:
        1 - Source Drawing
        2 - Solid Drawing
        3 - Vertical Gradient Drawing (Two Colors)
        4 - Vertical Gradient Drawing (Three Colors)
        5 - Horizontal Gradient Drawing (Two Colors)
        6 - Horizontal Gradient Drawing (Three Colors)
        7 - Dual Gradient Drawing (Horizontal + Vertical, Four Colors)

    Other stuff:
        ENTER - Cycles through Drawing Styles (Left Right Center Justified)
        ESCAPE - Quits (duh)
        SPACE - Generates new Random colors (Only affects modes 2-7)
        UP - Move Text Up
        DOWN - Move Text Down

Note: The demo uses two horizontal margins, which can be edited in the demo. The LEFT print style uses the left margin, RIGHT uses the right one, and CENTER and JUSTIFIED uses both.
        SHIFT - switches between editing the first margin and the second.
        RIGHT - Moves the selected margin to the right.
        LEFT - Moves the selected margin to the left.

Special Commands:
    Normal Print and Paragraph Print mode:
        F1 - Cycle through Fonts
        F2 - Add characters onto the end of the current string (only if it isnt already full)
        F3 - Subtract characters from the end of the string (Only if there is more than 1 letter)

    DropCap mode:
        F1 - Cycle through Body Fonts
        F2 - Cycle through the Dropcap Fonts
        F3 - Add characters onto the end of the current string (only if it isnt already full)
        F4 - Subtract characters from the end of the string (Only if there is more than 1 letter)



Have fun, play around, and don't multi-task. That should be my motto...

Be sure to tell me your opinions and the framerate you got (The white number in the top left corner of the screen).
Thanks.